home *** CD-ROM | disk | FTP | other *** search
/ F1 Licenseware / F1 Licenseware - Volume 1.iso / disks / 028.dms / 028.adf / Commands_List / PD_Commands / Move < prev    next >
Encoding:
Text File  |  1993-08-08  |  758 b   |  26 lines

  1. Command Name : Move
  2.  
  3. Function : Move a file
  4.  
  5. Arguments : <wildcards or file> [TO] <directory, wildcards or file> [QUIET]
  6.  
  7. Loactaion : C directory of this disk
  8.  
  9. Move is a command found on many systems except, notably, AmigaDOS.  What it
  10. does is move a file from one place to another without copying it.  You can
  11. move a file under AmigaDOS by renaming (Rename C:Makedir S:Makedir would
  12. move the file C:MAkedir to S) but the way you do it defeats the object a
  13. bit.  It is like when you move a file around in Workbench - you don't have
  14. to move it then delete the original.  [QUIET] turns off output (a bit like
  15. Run >NIL:).
  16.  
  17. Examples
  18.  
  19. Move C:Makedir TO S:
  20.  
  21.       Moves the file Makedir in C: to the S directory
  22.  
  23. Move C:#? to S:
  24.  
  25.       Moves all files in C: to S:
  26.